Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔀 :: Scaffold 스크립트 개발 #77

Merged
merged 2 commits into from
Feb 17, 2023
Merged

🔀 :: Scaffold 스크립트 개발 #77

merged 2 commits into from
Feb 17, 2023

Conversation

baekteun
Copy link
Member

@baekteun baekteun commented Feb 17, 2023

💡 개요

API 개발할때, 필수적으로 거치는 기본 세팅을 scaffolding하는 스크립트 입니다.

  • Controller에 메서드 지정
  • Dto있을시 생성
  • Service생성

⚗️ 사용법

프로젝트 루트에서

python3 scaffold.py

@baekteun baekteun added ⚙ Setting 개발 환경 세팅 2️⃣Priority: Medium 우선순위 중 ✨ Feature 기능 개발 labels Feb 17, 2023
@baekteun baekteun requested a review from dolong2 February 17, 2023 14:25
@baekteun baekteun self-assigned this Feb 17, 2023
@baekteun baekteun linked an issue Feb 17, 2023 that may be closed by this pull request
Copy link
Member

@dolong2 dolong2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@baekteun baekteun merged commit 820d79b into main Feb 17, 2023
@baekteun baekteun deleted the 76-api-scaffold branch February 17, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣Priority: Medium 우선순위 중 ✨ Feature 기능 개발 ⚙ Setting 개발 환경 세팅
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Scaffold 개발
2 participants